-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Nopos-warn in vulpix & Move warn tests form tests/neg to tests/warn: Batch 1 #19242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ec5ac6d
to
9858d79
Compare
85c0630
to
ebc9795
Compare
3aeec39
to
6b03348
Compare
ebc9795
to
19b7386
Compare
1fa2015
to
9ff3583
Compare
@szymon-rd you should not create branches on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
tests/warn/i3324.scala
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/neg-deep-subtype/i3324.scala
should be removed.
@@ -0,0 +1,11 @@ | |||
|
|||
|
|||
class Foo { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For files where git cannot track the change, we might just remove the empty lines at the start. However, this could cause some additional check files to not be tracked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could cause some additional check files to not be tracked
What do you mean?
But I can do that, it's a minor cosmetic issue so I didn't pay much attention to it, but it may be better to follow some formatting rules when it doesn't impose much cost.
Should be squashed and rebased. |
@nicolasstucki thank you for the review! however, could you take a look at: #19241 ? It's the first PR. This one is the second one. |
9ff3583
to
fc0f8d7
Compare
@nicolasstucki I will squash it on merge, I removed the test. |
Do you mean click in the |
Yes |
One of the points of squashing is to have a clean commit message. That button concatenates the commit messages, which defeats the purpose. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just needs a squash, rebase, and CI test again.
I usually have pretty good experience with this approach - The PR title is kept as a git commit title (first paragraph), and the commits are put in the commit description (next paragraphs). GitHub and other tools I have used render it nicely. But I agree it's better to squash it now, as we have to rebase and CI test it again. |
fc0f8d7
to
ec7f963
Compare
There was a conflict with |
ec7f963
to
3754628
Compare
Adds functionality to vulpix that allows putting nopos-warns in comments & First batch of tests moved from tests/neg to tests/warn.
PR 2/5 (merge consecutively, per Nicolas' suggestion
Split up version of #18829